github.com/andybalholm/brotli/matchfinder.Pathfinder.chain (field)
11 uses
github.com/andybalholm/brotli/matchfinder (current package)
pathfinder.go#L34: chain []uint32
pathfinder.go#L50: q.chain = q.chain[:0]
pathfinder.go#L112: q.chain = q.chain[:q.MaxDistance]
pathfinder.go#L123: q.chain = append(q.chain, make([]uint32, len(src))...)
pathfinder.go#L133: q.chain[i] = uint32(delta)
pathfinder.go#L143: delta := q.chain[i]
pathfinder.go#L177: delta := q.chain[candidate]
pathfinder.go#L294: delta := q.chain[i]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |